From: Glenn Morris Date: Thu, 9 Jul 2009 03:04:35 +0000 (+0000) Subject: Minor rearrangements to improve TeX line-filling. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11577 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dba8c2138c919c8c10beb66329e1c241ef556abb;p=emacs.git Minor rearrangements to improve TeX line-filling. --- diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index f3e26e90c67..b0d420ef07c 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -2478,7 +2478,8 @@ Examples: (make-serial-process :port "\\\\.\\COM13" :speed 1200 :bytesize 7 :parity 'odd) -(make-serial-process :port "/dev/tty.BlueConsole-SPP-1" :speed nil) +(make-serial-process :port "/dev/tty.BlueConsole-SPP-1" + :speed nil) @end example @end defun @@ -2546,7 +2547,8 @@ Examples: @example (serial-process-configure :process "/dev/ttyS0" :speed 1200) -(serial-process-configure :buffer "COM1" :stopbits 1 :parity 'odd :flowcontrol 'hw) +(serial-process-configure :buffer "COM1" :stopbits 1 + :parity 'odd :flowcontrol 'hw) (serial-process-configure :port "\\\\.\\COM13" :bytesize 7) @end example